home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000057_news@columbia.edu_Thu Dec 7 10:03:15 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA02366
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Fri, 8 Dec 1995 00:48:02 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id AAA17264 for kermit.misc@watsun; Fri, 8 Dec 1995 00:48:00 -0500
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!newsfeed.internetmci.com!in1.uu.net!bull.hkstar.net!news
  5. From: WanJohn@hkstar.com (J. Wan)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: How to run multiple session in Windows DOS box with packet driver?
  8. Date: Thu, 07 Dec 1995 10:03:15 GMT
  9. Organization: Hong Kong Star Internet Limited
  10. Lines: 77
  11. Message-Id: <4a6dm1$msm@bull.hkstar.net>
  12. Nntp-Posting-Host: star92.hkstar.com
  13. X-Newsreader: Forte Free Agent 1.0.82
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. I am using Kermit on ODI modules with packet driver.  I load the
  17. network drivers as following:
  18.  
  19. ===================================================================
  20. [STARTNET.BAT]
  21. @ECHO OFF
  22. C:
  23. CD \NWCLIENT
  24. SET NWLANGUAGE=ENGLISH
  25. C:\WINDOWS\net start
  26. LH LSL
  27. LH NE2000.COM
  28. LH C:\WINDOWS\odihlp.exe
  29. LH IPXODI
  30. LH ODIPKT.COM 1 96
  31. LH WINPKT 0X60
  32. LH VLM 
  33. CD \
  34. ==================================================================
  35.  
  36. ===================================================================
  37. [NET.CFG]:-
  38.  
  39. Link Support
  40.     Max Boards 4
  41.     Max Stacks 8
  42.     Buffers 4 1514
  43.  
  44. Link Driver NE2000
  45.     Frame Ethernet_802.3
  46.     Frame Ethernet_II
  47.     Frame Ethernet_802.2
  48.     Frame Ethernet_SNAP
  49.     INT 2
  50.     PORT 320
  51.     protocol IPX    0       Ethernet_802.3
  52.     protocol IP     0800    Ethernet_II
  53.     Protocol ARP    0806    Ethernet_II
  54.     Protocol RARP   8035    Ethernet_II
  55.  
  56.     ;MEM D0000
  57.     Protocol IPX 0 Ethernet_802.3
  58.  
  59. NetWare DOS Requester
  60.        FIRST NETWORK DRIVE = F
  61.        USE DEFAULTS = OFF
  62.        VLM = CONN.VLM
  63.        VLM = IPXNCP.VLM
  64.        VLM = TRAN.VLM
  65.        VLM = SECURITY.VLM
  66.     ;  VLM = NDS.VLM
  67.        VLM = BIND.VLM
  68.        VLM = NWP.VLM
  69.        VLM = FIO.VLM
  70.        VLM = GENERAL.VLM
  71.        VLM = REDIR.VLM
  72.        VLM = PRINT.VLM
  73.        VLM = NETX.VLM
  74.  
  75.     Message Timeout=        90
  76.     Average Name Length=    6
  77.     Cache Buffer Size=      1500
  78.     Show Dots=              ON
  79. ======================================================
  80. Running Kermit in both DOS and Windows's DOS box is okay.  But can I
  81. open 2 Windows's DOS prompt boxes and run 2 Kermit's sessions in the
  82. same time?  
  83.  
  84. Please help.
  85.  
  86. Thanks,
  87.  
  88. John Wan
  89.  
  90. - John Wan (Chun)
  91.   E-mail: wanjohn@hkstar.com
  92.